Package com.sendbird.uikit.modules.components

Types

Link copied to clipboard
open class BannedUserListComponent : UserTypeListComponent<T>
This class creates and performs a view corresponding the banned user list area in Sendbird UIKit.
Link copied to clipboard
abstract class BaseMessageListComponent<LA : BaseMessageListAdapter?>
Link copied to clipboard
open class ChannelHeaderComponent : HeaderComponent
This class creates and performs a view corresponding the channel header area in Sendbird UIKit.
Link copied to clipboard
open class ChannelListComponent
This class creates and performs a view corresponding the channel list area in Sendbird UIKit.
Link copied to clipboard
open class ChannelProfileInputComponent
This class creates and performs a view corresponding the channel profile input area in Sendbird UIKit.
Link copied to clipboard
open class ChannelPushSettingComponent
Link copied to clipboard
open class ChannelSettingsHeaderComponent : StateHeaderComponent
This class creates and performs a view corresponding the channel settings header area in Sendbird UIKit.
Link copied to clipboard
open class ChannelSettingsInfoComponent
This class creates and performs a view corresponding the channel settings information area in Sendbird UIKit.
Link copied to clipboard
open class ChannelSettingsMenuComponent
This class creates and performs a view corresponding the channel settings menu area in Sendbird UIKit.
Link copied to clipboard
open class CreateChannelUserListComponent : SelectUserListComponent<T>
This class creates and performs a view corresponding the user list area when creating a channel in Sendbird UIKit.
Link copied to clipboard
open class HeaderComponent
This class creates and performs a view corresponding the header area in Sendbird UIKit.
Link copied to clipboard
open class InviteUserListComponent : SelectUserListComponent<T>
This class creates and performs a view corresponding the user list area when inviting users in Sendbird UIKit.
Link copied to clipboard
open class MemberListComponent : UserTypeListComponent<T>
This class creates and performs a view corresponding the member list area in Sendbird UIKit.
Link copied to clipboard
open class MessageInputComponent
This class creates and performs a view corresponding the message input area in Sendbird UIKit.
Link copied to clipboard
open class MessageListComponent : BaseMessageListComponent<LA>
This class creates and performs a view corresponding the message list area in Sendbird UIKit.
Link copied to clipboard
open class MessageSearchHeaderComponent
This class creates and performs a view corresponding the message search header area in Sendbird UIKit.
Link copied to clipboard
open class MessageSearchListComponent
This class creates and performs a view corresponding the message search result list area in Sendbird UIKit.
Link copied to clipboard
open class MessageThreadHeaderComponent : HeaderComponent
This class creates and performs a view corresponding the message thread header area in Sendbird UIKit.
Link copied to clipboard
open class MessageThreadInputComponent : MessageInputComponent
This class creates and performs a view corresponding the message thread input area in Sendbird UIKit.
Link copied to clipboard
open class ModerationListComponent
This class creates and performs a view corresponding the moderation list area in Sendbird UIKit.
Link copied to clipboard
open class MutedMemberListComponent : UserTypeListComponent<T>
This class creates and performs a view corresponding the muted member list area in Sendbird UIKit.
Link copied to clipboard
open class OpenChannelBannedUserListComponent : UserTypeListComponent<T>
This class creates and performs a view corresponding the banned user list area in Sendbird UIKit.
Link copied to clipboard
open class OpenChannelHeaderComponent : HeaderComponent
This class creates and performs a view corresponding the open channel header area in Sendbird UIKit.
Link copied to clipboard
open class OpenChannelListComponent
This class creates and performs a view corresponding the open channel list area in Sendbird UIKit.
Link copied to clipboard
open class OpenChannelMessageInputComponent
This class creates and performs a view corresponding the message input area for OpenChannel in Sendbird UIKit.
Link copied to clipboard
open class OpenChannelMessageListComponent
This class creates and performs a view corresponding the message list area for OpenChannel in Sendbird UIKit.
Link copied to clipboard
open class OpenChannelModerationListComponent
This class creates and performs a view corresponding the moderation list area in Sendbird UIKit.
Link copied to clipboard
open class OpenChannelMutedParticipantListComponent : UserTypeListComponent<T>
This class creates and performs a view corresponding the muted participant list area in Sendbird UIKit.
Link copied to clipboard
open class OpenChannelOperatorListComponent : UserTypeListComponent<T>
This class creates and performs a view corresponding the operator list area in Sendbird UIKit.
Link copied to clipboard
open class OpenChannelRegisterOperatorListComponent : SelectUserListComponent<T>
This class creates and performs a view corresponding the participant list area when registering operators in Sendbird UIKit.
Link copied to clipboard
open class OpenChannelSettingsHeaderComponent : StateHeaderComponent
This class creates and performs a view corresponding the open channel settings header area in Sendbird UIKit.
Link copied to clipboard
open class OpenChannelSettingsInfoComponent
This class creates and performs a view corresponding the open channel settings information area in Sendbird UIKit.
Link copied to clipboard
open class OpenChannelSettingsMenuComponent
This class creates and performs a view corresponding the open channel settings menu area in Sendbird UIKit.
Link copied to clipboard
open class OperatorListComponent : UserTypeListComponent<T>
This class creates and performs a view corresponding the operator list area in Sendbird UIKit.
Link copied to clipboard
open class ParticipantListComponent : UserTypeListComponent<T>
This class creates and performs a view corresponding the participant list area in Sendbird UIKit.
Link copied to clipboard
open class RegisterOperatorListComponent : SelectUserListComponent<T>
This class creates and performs a view corresponding the member list area when registering operators in Sendbird UIKit.
Link copied to clipboard
open class SelectUserHeaderComponent : StateHeaderComponent
This class creates and performs a view corresponding the header area when selecting users in Sendbird UIKit.
Link copied to clipboard
abstract class SelectUserListComponent<T>
This class creates and performs a view corresponding the user list area when selecting users in Sendbird UIKit.
Link copied to clipboard
open class StateHeaderComponent
This class creates and performs a view corresponding the stateful header area in Sendbird UIKit.
Link copied to clipboard
open class StatusComponent
This class creates and performs a view corresponding the status area in Sendbird UIKit.
Link copied to clipboard
open class ThreadListComponent : BaseMessageListComponent<LA>
This class creates and performs a view corresponding the thread list area in Sendbird UIKit.
Link copied to clipboard
abstract class UserTypeListComponent<T : User?>
This class creates and performs a view corresponding the user list area in Sendbird UIKit.